home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ 12⁄1⁄89 / 0356-Re Remote Use of Pro-Jan90 < prev    next >
Encoding:
Text File  |  1990-01-12  |  1.2 KB  |  33 lines  |  [TEXT/GEOL]

  1. Item    1209812                         8-Jan-90        12:19
  2.  
  3. From:   ALGER                           Alger, Jeff,VCA
  4.  
  5. To:     PAPERFREE                       PaperFree, Joel Benisch,PRT
  6.  
  7. cc:     MACAPP.TECH$                    MacApp Technical
  8.  
  9. Sub:    Re: Remote Use of Projector
  10.  
  11. Joel,
  12.  
  13. Projector will work fine with remote access, but the speed of transmission is a
  14. real problem for a project of any appreciable size.  This is due to the fact
  15. that an entire file must always be sent in order to update.
  16.  
  17. The Unix Programmers Workbench counterpart to Projector solves this problem
  18. neatly by allowing computation of a "delta" file, which represents only
  19. differences between two files.  This "delta" can then be applied to an old
  20. version to bring it up to date.  If you are clever about it (keeping parallel
  21. copies locally and on the host), this can mean that only deltas get sent over
  22. the network, resulting in tremendous savings.  If you compress the text, the
  23. savings are even higher.
  24.  
  25. I know this does you no good, since we are talking Unix here, but this traffic
  26. is read by the right people.  Right people, how about extending Projector to
  27. include similar features?  It would make working-off-site people MUCH more
  28. productive!!!
  29.  
  30. Jeff Alger
  31. KPMG Peat Marwick
  32.  
  33.